vSphere: Set default disktype to thick not eager#5395
vSphere: Set default disktype to thick not eager#5395openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
In openshift#4664 I incorrectly commented to use `eagerZeroedThick`. The correct disktype to keep the vSphere install the same as previous versions is `thick`. eagerZeroed as named will write zeros when creating the vmdk which significantly extends the time to import and clone virtual machines.
|
/lgtm |
|
@jcpowermac As a follow-up, can you do the following, which should have been done as part of #4664 as well?
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Thanks @staebler @ayesha54 is this something you would want to take as an action? |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
yes sure |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@jcpowermac: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
In #4664 I incorrectly commented to use
eagerZeroedThick.The correct disktype to keep the vSphere install the same
as previous versions is
thick. eagerZeroed as namedwill write zeros when creating the vmdk which significantly
extends the time to import and clone virtual machines.